rsc.io/qr.bitWriter.repeat (method)
7 uses
rsc.io/qr (current package)
png.go#L113: b.repeat(n-1, 1)
png.go#L115: b.repeat((4*scale-1)*(1+n), 1+n)
png.go#L150: b.repeat((scale-1)*(1+n), 1+n)
png.go#L159: b.repeat(n-1, 1)
png.go#L161: b.repeat((4*scale-1)*(1+n), 1+n)
png.go#L249: func (b *bitWriter) repeat(n, d int) {
png.go#L345: b.repeat(n-1, 1)
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |